home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- set ActiveStartspr to 3
- set supportPhysique to ActiveStartspr
- set startBall to 4
- set supportPhysiqueBall to startBall + 1
- set faisceauHertzienBall to startBall + 7
- set cableCoaxialBall to startBall + 8
- set fibreOptiqueBall to startBall + 9
- set filDeCuivreBall to startBall + 10
- set startHighLightSpr to 15
- set faisceauHertzien to startHighLightSpr
- set cableCoaxial to startHighLightSpr + 1
- set fibreOptique to startHighLightSpr + 2
- set filDeCuivre to startHighLightSpr + 3
- set startHotSpot to 19
- set faisceauHertzienHS to startHotSpot
- set cableCoaxialHS to startHotSpot + 1
- set fibreOptiqueHS to startHotSpot + 2
- set filDeCuivreHS to startHotSpot + 3
- updateStage()
- set ro to rollOver()
- puppetizeExclude(0, ro - (startHotSpot - startHighLightSpr), faisceauHertzien, filDeCuivre)
- case ro of
- supportPhysique, supportPhysiqueBall:
- go(the frame)
- faisceauHertzienHS, faisceauHertzienBall:
- puppetSprite(faisceauHertzien, 1)
- set the member of sprite faisceauHertzien to member "faisceauHertzien"
- updateStage()
- go(the frame)
- cableCoaxialHS, cableCoaxialBall:
- puppetSprite(cableCoaxial, 1)
- set the member of sprite cableCoaxial to member "cableCoaxial"
- updateStage()
- go(the frame)
- fibreOptiqueHS, fibreOptiqueBall:
- puppetSprite(fibreOptique, 1)
- set the member of sprite fibreOptique to member "fibreOptique"
- updateStage()
- go(the frame)
- filDeCuivreHS, filDeCuivreBall:
- puppetSprite(filDeCuivre, 1)
- set the member of sprite filDeCuivre to member "filDeCuivre"
- updateStage()
- go(the frame)
- otherwise:
- depuppetize(faisceauHertzien, filDeCuivre)
- updateStage()
- go("supportsPhysiquesClose")
- end case
- end
-
- on exitFrame
- go(the frame)
- end
-